From: Richard M. Stallman Date: Wed, 19 May 1993 16:52:19 +0000 (+0000) Subject: (texinfo-chapter-level-regexp): Copied here. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96158 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1de2ada0f75fd5905991153eb4d2569bb946a6d1;p=emacs.git (texinfo-chapter-level-regexp): Copied here. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 203e5b17222..e42aa1f1bf3 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -1,6 +1,6 @@ ;;; texinfo.el --- major mode for editing Texinfo files. -;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1988, 1989, 1990, 1993 Free Software Foundation, Inc. ;; Author: Bob Chassell ;; Version: 2.00 @@ -26,6 +26,10 @@ ;;; Don't you dare insert any `require' calls at top level in this file--rms. +(defvar texinfo-chapter-level-regexp + "chapter\\|unnumbered \\|appendix \\|majorheading\\|chapheading" + "Regular expression matching just the Texinfo chapter level headings.") + (defvar texinfo-mode-syntax-table nil) (if texinfo-mode-syntax-table